home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Streaming_2113155182008.psc / Clock Killer / Form1.frm next >
Text File  |  2008-05-10  |  711b  |  26 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   840
  5.    ClientLeft      =   60
  6.    ClientTop       =   450
  7.    ClientWidth     =   1725
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   840
  10.    ScaleWidth      =   1725
  11.    ShowInTaskbar   =   0   'False
  12.    StartUpPosition =   3  'Windows Default
  13.    Visible         =   0   'False
  14. End
  15. Attribute VB_Name = "Form1"
  16. Attribute VB_GlobalNameSpace = False
  17. Attribute VB_Creatable = False
  18. Attribute VB_PredeclaredId = True
  19. Attribute VB_Exposed = False
  20. Private Sub Form_Load() 'This program was made to shutdown alarm clock for uninstall
  21. Call Killapp("Streaming Radio Alarm Clock.exe")
  22. Unload Me
  23. End Sub
  24.  
  25.  
  26.